home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tools Unlimited 1: The Blanker Collection
/
Tools Unlimited - Vol 1 - The Blanker Collection.iso
/
Blanker
/
Packages
/
GarshneBlanker
/
GSource
/
protos
/
cxhand.h
next >
Wrap
C/C++ Source or Header
|
1996-01-25
|
312b
|
17 lines
#ifndef CXHAND_H
#define CXHAND_H
#define SIG_CX ( 1L << CxPort->mp_SigBit )
extern BlankMsg *InterruptMsg;
extern struct MsgPort *CxPort;
extern CxObj *ServerBroker;
extern LONG timeCount;
LONG HandleCxMess( VOID );
VOID ShutdownCX( VOID );
LONG SetupCX( VOID );
LONG CheckCX( VOID );
#endif /* CXHAND_H */